home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Graphics / PerfectPaint / rexx / bridge / Host / Image Engineer < prev    next >
Encoding:
Text File  |  2001-03-21  |  476 b   |  35 lines

  1.  
  2. #ArexxPort
  3. IMAGEENGINEER
  4. #END ArexxPort
  5.  
  6. #HostToFront
  7. IE_TO_FRONT
  8. #END HostToFront
  9.  
  10. #HostLoadPicture
  11. OPEN Picture
  12. #END HostLoadPicture
  13.  
  14. #HostSavePicture
  15. GET PRIMARY
  16. 'SAVE_DATA' result '"'||Picture||'"' '"ILBM CmpByteRun1"'
  17. #END HostSavePicture
  18.  
  19. #HostLoadBrush
  20. OPEN Brush
  21. #END HostLoadBrush
  22.  
  23. #HostSaveBrush
  24. GET PRIMARY
  25. 'SAVE_DATA' result '"'||Brush||'"' '"ILBM CmpByteRun1"'
  26. #END HostSaveBrush
  27.  
  28. #HostLoadPalette
  29. 0
  30. #END HostLoadPalette
  31.  
  32. #HostSavePalette
  33. 0
  34. #END HostSavePalette
  35.